home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / andrews / random from x < prev    next >
Text File  |  1999-06-15  |  336b  |  23 lines

  1. Category: Andrew's Filters 22
  2. Title: Random from X...
  3. Copyright: Freeware
  4. Author: AB
  5. Filename: RandomX.8bf
  6.  
  7. R:src(x+rnd(-val(0,0,10),c),y,0)
  8.  
  9. G:src(x+rnd(-val(1,0,10),c),y,1)
  10.  
  11. B:src(x+rnd(-val(2,0,10),c),y,2)
  12.  
  13. A:a
  14.  
  15. ctl[0]: Red Channel
  16. ctl[1]: Green Channel
  17. ctl[2]: Blue Channel
  18.  
  19. val[0]: 175
  20. val[1]: 12
  21. val[2]: 11
  22.  
  23.